home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-2 / Inter.Net 55-2.iso / Mandrake / mdkinst / usr / lib / perl5 / 5.00503 / i386-linux / sys / syscall.ph
Encoding:
Text File  |  2000-01-12  |  217 b   |  11 lines

  1. require '_h2ph_pre.ph';
  2.  
  3. unless(defined(&_SYSCALL_H)) {
  4.     eval 'sub _SYSCALL_H () {1;}' unless defined(&_SYSCALL_H);
  5.     require 'asm/unistd.ph';
  6.     unless(defined(&_LIBC)) {
  7.     require 'bits/syscall.ph';
  8.     }
  9. }
  10. 1;
  11.